Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

feat: use new TableV2 construct #1179

Closed
wants to merge 2 commits into from

Conversation

scanlonp
Copy link

@scanlonp scanlonp commented Sep 22, 2023

Updated the aws-cdk-lib version to ^2.96.2 in the typescript > main workshop directory (I did not know if this version bump needed to be more widespread). This allows the use of dynamo's TableV2 construct.

Then updated the code to use TableV2. Currently, there needs to be a workaround so that TableViewer can accept a TableV2 as a parameter. I included that workaround, but I also put the future code in a comment with a link to track the feature (link). TableV2 is supported in release 0.2.487. Will update the import statement (related to #1140).

Fixes #1178.


By submitting this pull request, I confirm that my contribution is made under the terms of the MIT-0 License.

@kellertk kellertk closed this Aug 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use new TableV2 construct
2 participants